home *** CD-ROM | disk | FTP | other *** search
/ Micro Dingo 39 / Micro_Dingo_39_CD1.mdx / Delires / Hentai / sim.swf / scripts / DefineButton2_1359 / BUTTONCONDACTION on(press).as
Text File  |  2002-05-21  |  90b  |  8 lines

  1. on(press){
  2.    girlhp -= 1;
  3.    if(girlhp == 0)
  4.    {
  5.       gotoAndStop(4280);
  6.    }
  7. }
  8.